use tempdb;
CREATE TABLE dbo.EPDemo
(
	numCol int not null
);
